home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12820 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: gaia.ns.utk.edu!mbk
  2. From: mbk@caffeine.engr.utk.edu (Matt Kennel)
  3. Newsgroups: comp.object,comp.lang.c++,comp.lang.java
  4. Subject: Re: Java: What's the Big Deal?
  5. Followup-To: comp.object,comp.lang.c++,comp.lang.java
  6. Date: 21 Mar 1996 21:56:37 GMT
  7. Organization: University of Tennessee, Knoxville and Oak Ridge National Laboratory
  8. Message-ID: <4isjal$4pe@gaia.ns.utk.edu>
  9. References: <4i40ik$9dt@news4.digex.net> <milodDo5yDE.H8B@netcom.com> <314B8239.247D@netalive.com> <slrn4knlcc.avu.johnm@mitchell.org> <314DD247.532F@netalive.com>
  10. Reply-To: kennel@msr.epm.ornl.gov
  11. NNTP-Posting-Host: caffeine.engr.utk.edu
  12. X-Newsreader: TIN [version 1.2 PL2]
  13.  
  14. Erik P. DeBenedictis (erikd@netalive.com) wrote:
  15. : I will try to make this a thoughtful reply.
  16.  
  17. : Remember, this thread is called "Java: What's the Big Deal."
  18.  
  19. : The idea of making a language internally secure (to catch accesses off
  20. : the end of an array, etc.) has been around for a long time. Java has a
  21. : fairly unique way of doing this. However, it's a "little deal."
  22.  
  23. : The idea of putting functions (or applications) on Web pages so they can
  24. : be accessed by the public, but without the possibility of introducing
  25. : Trojan Horses or viruses, is much newer. I believe this is a "Big Deal."
  26. : However, Java's secure bytecode is not the only way to do this.
  27.  
  28. Of course not. But they did it.
  29.  
  30. Making a conventional 'safe' language that doesn't crash from bad array
  31. bounds is old news, but that's only subset---admittedly vital---of what
  32. has to be done and thought about to really prevent viruses and trojans. 
  33.  
  34. That part is newer. 
  35.  
  36.